home *** CD-ROM | disk | FTP | other *** search
/ CD School House 9 / CD School House 9.0 - Wayzata Technology (1994).iso / pc / dos / teachaid / neobookp / nb2.cmp / README.DOC < prev    next >
Text File  |  1994-03-03  |  13KB  |  446 lines

  1.  
  2.              NeoBook - Version 1.2
  3.            (C)1993-94 NeoSoft Corp.
  4.               All Rights Reserved
  5.  
  6.            * IMPORTANT INFORMATION *
  7.  
  8. --------
  9. CONTENTS
  10. --------
  11.  
  12. * Updates to the Manual
  13. * New Features in Version 1.1
  14. * New Features in Version 1.2
  15. * Acquiring Additional Fonts
  16. * Microsoft Windows Considerations
  17. * Mouse Driver Problems
  18. * Customer Services & Technical Support
  19. * Registering NeoBook
  20.  
  21.  
  22. ---------------------
  23. UPDATES TO THE MANUAL
  24. ---------------------
  25.  
  26. The following features were added after the
  27. manual had gone to press.
  28.  
  29. DOSCommand Action
  30. -----------------
  31.  
  32. NOTE: You must have NeoBook Professional to
  33. use this option.
  34.  
  35. This button action allows you to run DOS
  36. commands and programs from within a compiled
  37. publication. To create a DOSCommand, select
  38. "DOSCommand" from the list of button actions
  39. when defining a button object. You will then
  40. be prompted to select a program from a list
  41. of files on your hard drive. After you done
  42. that, the action field line will look
  43. something like this:
  44.  
  45. DOSCommand "C:\DOS\MEM.EXE" "Text"
  46.  
  47. The first parameter, contained within the
  48. first set of quotes, is the location and
  49. name of the program you selected. If the
  50. program requires any parameters you may type
  51. them inside the first set of quotes. For
  52. example, passing a /C parameter to the
  53. program would look like:
  54.  
  55. DOSCommand "C:\DOS\MEM.EXE /C" "Text"
  56.  
  57. You may have noticed a second parameter
  58. "Text" that was automatically added to the
  59. command. This parameter tells NeoBook that
  60. the MEM.EXE program may modify the screen
  61. and require a redraw upon its completion.
  62. Almost all programs will require this
  63. parameter. The exception would be a program
  64. that definitely does not modify the screen.
  65. For example, if a program mearly played a
  66. sound clip it would be distracting an
  67. unnecessary to clear and redraw the screen.
  68. The screen could continue to display your
  69. publication giving the impression that the
  70. program was running from within NeoBook. For
  71. this type of program you may want to try
  72. changing the "Text" parameter to "Graphics".
  73. For example:
  74.  
  75. DOSCommand "C:\VOCPLAY.EXE C:\BIRDS.VOC"
  76. "Graphics"
  77.  
  78. When using the "Graphics" option with
  79. programs that modify the screen you may need
  80. to force NeoBook the redraw its screen after
  81. running the program. To do this add the word
  82. "Redraw" to the "Graphics" option. For
  83. example:
  84.  
  85. DosCommand "C:\MYPROG.EXE" "Graphics+Redraw"
  86.  
  87. NOTE: If you use the "Graphics" option with
  88. an ill behaved program the screen may not
  89. redraw correctly or at all. It is also
  90. possible that some programs may not run from
  91. within another program.
  92.  
  93. Some care needs to be taken when using the
  94. DOSCommand action with compiled
  95. publications. For instance, the programs
  96. that you execute with this command will NOT
  97. be compiled into your publication. The
  98. Archive and File List commands will also NOT
  99. handle external programs.
  100.  
  101. If you intend to run external programs then
  102. you will need to include them when you
  103. distribute your publications. You may need
  104. to remove the path from the program name
  105. since users may run your publication from
  106. different drives and directories.
  107.  
  108. ALSO MAKE SURE THAT YOU ARE NOT VIOLATING
  109. ANY COPYRIGHT OR LICENSE AGREEMENTS BY
  110. DISTRIBUTING THOSE PROGRAMS. Most companies
  111. have distribution agreements for their
  112. products so be sure to get permission from
  113. publisher/owner of the software before you
  114. start sending out diskettes.
  115.  
  116.  
  117. ---------------------------
  118. NEW FEATURES IN VERSION 1.1
  119. ---------------------------
  120.  
  121. These features were added to version 1.1 of
  122. NeoBook and NeoBook Professional.
  123.  
  124. Undo
  125. ----
  126.  
  127. An Undo command has been added to the Edit
  128. menu. Select this option to "undo" the last
  129. command. Some commands, however, cannot be
  130. undone, these include: adding, deleting and
  131. moving pages; palette modifications;
  132. Preferences; and events that occur in other
  133. programs. The Undo command can use a lot of
  134. memory, so in low memory situations you may
  135. want to disable the Undo function by
  136. selecting Preferences/Miscellaneous in the
  137. Options menu.
  138.  
  139. Adjust Object Command
  140. ---------------------
  141.  
  142. The Adjust Object command in the Edit menu
  143. allows you to modify the location (X,Y) and
  144. size (W,H) of a selected object. If multiple
  145. objects are selected, then only the X and Y
  146. coordinates may be changed. You may also
  147. invoke the Adjust Object command by holding
  148. down the Control key and clicking the right
  149. mouse button on an object.
  150.  
  151. Mouse Coordinates Display
  152. -------------------------
  153.  
  154. The Show Mouse Position command in the
  155. Options menu displays a small movable window
  156. that shows the current mouse position
  157. relative the page size. When adding or
  158. sizing objects the windows displays the
  159. width and height of the object. To turn off
  160. the Mouse Coordinates, select the Show Mouse
  161. Position command again.
  162.  
  163. Shift + Nudge
  164. -------------
  165.  
  166. When using the Nudge tool on the Tool
  167. Palette you may hold down the Shift key to
  168. move selected objects continuously.
  169.  
  170. Straight Lines, Squares and Perfect Circles
  171. -------------------------------------------
  172.  
  173. When creating or sizing an object, hold down
  174. the Shift key to make straight lines,
  175. squares or prefect circles.
  176.  
  177. Multiple Button Actions
  178. -----------------------
  179.  
  180. You can now place multiple commands on a
  181. button's action line. Simply place a tilde
  182. (~) character between each command. For
  183. example, to go to a page and play a sound
  184. clip (NeoBook Pro) the action line might
  185. look like this:
  186.  
  187. GotoNextPage~PlaySoundFile "C:\SB\FROGS.VOC"
  188.  
  189.  
  190. ---------------------------
  191. NEW FEATURES IN VERSION 1.2
  192. ---------------------------
  193.  
  194. Keyboard Support
  195. ----------------
  196.  
  197. An option to allow users to navigate
  198. publications using the Keyboard was added.
  199. When viewing a publication, users will see
  200. small rectangle surrounding the currently
  201. selected object. If the object is a button,
  202. pressing the Space Bar or the Enter key
  203. activates it. If the object is a scrollable
  204. text or image window, the up, down, left and
  205. right arrow keys will scroll the text or
  206. image in the desired direction. Use Tab or
  207. Shift Tab to select the next or previous
  208. object. Objects are selected in the order
  209. that they appear on the screen (back to
  210. front). Only objects that require action
  211. (buttons and windows) can be selected and
  212. activated with the keyboard. Other objects
  213. (boxes, lines and circles) will be ignored.
  214.  
  215. This option may be turned off by deselecting
  216. the "Allow Tab/Enter to Activate Buttons"
  217. check box from the Book Setup dialog in the
  218. Book menu.
  219.  
  220. Additional Memory
  221. -----------------
  222.  
  223. On most systems an additional 50-60K of
  224. conventional memory is now available for
  225. adding additional objects and pages to your
  226. publications.
  227.  
  228. More Efficient DOSCommand
  229. -------------------------
  230.  
  231. The memory requirement for the DOSCommand
  232. action has been substantially reduced.
  233.  
  234. (DOSCommand is available in the Pro Version
  235. Only!)
  236.  
  237.  
  238. --------------------------
  239. ACQUIRING ADDITIONAL FONTS
  240. --------------------------
  241.  
  242. NeoBook comes with a variety of fonts.
  243. Additional fonts are available on NeoSoft's
  244. electronic bulletin board. You may download
  245. these via modem at no charge. The number for
  246. the bulletin board is (503) 383-7195.
  247.  
  248. Third party software that can generate GEM
  249. screen fonts (used by the DOS version of
  250. Ventura Publisher) may also be used to
  251. create fonts for NeoBook. Simply follow the
  252. program's instructions for generating screen
  253. fonts. Copy the fonts to your NeoBook
  254. directory and rename them so that they use
  255. the .GFT extension.
  256.  
  257.  
  258. --------------------------------
  259. MICROSOFT WINDOWS CONSIDERATIONS
  260. --------------------------------
  261.  
  262. NeoBook may be run as a full screen DOS
  263. application under Windows 3.1, subject to
  264. certain limitations. Most people will prefer
  265. to use the program under the quicker DOS
  266. environment, however, should you need to
  267. work from within Windows:
  268.  
  269. o    Use the NEOBOOK.PIF file from the
  270.      directory where NeoBook is installed.
  271.      This is a standard Windows program
  272.      information file (PIF) that has been
  273.      optimized for use with NeoBook.
  274.  
  275. o    You must match the display mode used
  276.      by NeoBook to that used by Windows.
  277.      For example, if Windows is running in
  278.      640x480 16 color then run NeoBook in
  279.      that mode also. We have found that if
  280.      NeoBook is running in a higher
  281.      resolution/color video mode than
  282.      Windows then the system may become
  283.      unstable.
  284.  
  285. o    Occasionally, using some keyboard
  286.      shortcuts will cause Windows to
  287.      corrupt the NeoBook screen. Try
  288.      pressing ALT+ENTER a few times if this
  289.      doesn't work you will need to exit and
  290.      restart NeoBook.
  291.  
  292. o    Windows limits the memory resources
  293.      available to the DOS programs it runs.
  294.      This may cause problems when working
  295.      with very large images. If you require
  296.      more memory for NeoBook you may need
  297.      to modify the NEOBOOK.PIF file. Be
  298.      careful when modifying this file, as
  299.      even small changes can radically alter
  300.      NeoBook's performance under Windows.
  301.  
  302. o    NeoBook under Windows may run more
  303.      slowly than when run as a DOS
  304.      application on some systems.
  305.  
  306.  
  307. ---------------------
  308. MOUSE DRIVER PROBLEMS
  309. ---------------------
  310.  
  311. If your mouse behaves strangely when using
  312. NeoBook, you may need to update your mouse
  313. driver software. Problems such as an
  314. invisible cursor or a pointer that leaves a
  315. trail of pigment on the screen are typical
  316. of certain older mouse drivers. Contact the
  317. computer store where you purchased your
  318. mouse or the manufacturer for information
  319. about updating your mouse driver.
  320.  
  321.  
  322. -------------------------------------
  323. CUSTOMER SERVICES & TECHNICAL SUPPORT
  324. -------------------------------------
  325.  
  326. NeoSoft provides its registered software
  327. customers with free technical support. We
  328. also provide limited technical support to
  329. persons evaluating our products during the
  330. 30 day evaluation period.
  331.  
  332. We do, however, strongly encourage people to
  333. register. Software development and support
  334. is very expensive and we need your help if
  335. we are to continue to provide quality
  336. programs at affordable prices. If you
  337. haven't already, please take a few moments
  338. to register. This will assure you of
  339. eligibility for technical support, product
  340. update notification, special discounts,
  341. announcements, etc.
  342.  
  343. However, if you are experiencing problems,
  344. please contact our technical support
  345. department so that we can solve your problem
  346. BEFORE you register. Registration may solve
  347. many problems but it does not always endow
  348. the program with features and functions that
  349. do not exist.
  350.  
  351. If you should encounter a technical problem
  352. or question not covered in the manual, you
  353. may use one of the following avenues to
  354. obtain technical assistance:
  355.  
  356. MAIL POSTAL CORRESPONDENCE TO:
  357. ------------------------------
  358.  
  359. NeoSoft Corp. 
  360. Customer Support 
  361. 354 NE Greenwood Avenue, Suite 108 
  362. Bend, OR 97701-4631 
  363. U.S.A.
  364.  
  365. TELEPHONE SUPPORT:
  366. ------------------
  367.  
  368. Technical support and product update
  369. information are available between the hours
  370. of 9:00 AM and 5:00 PM (Pacific Standard
  371. Time), Monday through Friday.
  372.  
  373. Please have the following information
  374. available for the support staff when you
  375. call:
  376.  
  377. o    Brand name and model of your computer
  378.      system, mouse, video adapter and
  379.      monitor.
  380.  
  381. o    Operating system (DOS) version number.
  382.  
  383. o    A listing of the contents of your
  384.      AUTOEXEC.BAT and CONFIG.SYS files.
  385.  
  386. o    A description of the problem, how it
  387.      occurred, and how to reproduce it.
  388.  
  389. Telephone support may be obtained by calling
  390. (503) 389-5489. You may also FAX your
  391. questions to (503) 388-8221.
  392.  
  393. ELECTRONIC BULLETIN BOARD SERVICE:
  394. ----------------------------------
  395.  
  396. Up to date product information, evaluation
  397. programs and supplements may be obtained via
  398. modem from our BBS. The telephone number is
  399. (503) 383-7195. The bulletin board operates
  400. using N/8/1/300-9600 Baud.
  401.  
  402.  
  403. -------------------
  404. REGISTERING NEOBOOK
  405. -------------------
  406.  
  407. You may evaluate NeoBook for a period of up
  408. to 30 days before registering. To obtain a
  409. registered version including registration
  410. number, typeset manual and the latest
  411. version on disk, call NeoSoft at (503) 389-
  412. 5489. We can process your order with VISA or
  413. MasterCard over the phone. The purchase
  414. price of NeoBook is $45 and NeoBook
  415. Professional, which includes sound support
  416. and the DOS Command button, is $89.95.
  417. Please include $5 U.S. Mail or $7 FedEx 2
  418. Day for shipping & handling. ($10 Air Mail
  419. or $17.50 FedEx for shipping & handling
  420. outside the U.S.) If you prefer, FAX your
  421. order to us at (503) 388-8221. If you would
  422. like to mail a check or money order, make
  423. sure it's drawn against a U.S. bank in U.S.
  424. funds. Our address is:
  425.  
  426. NeoSoft Corp.
  427. 354 NE Greenwood Ave. Suite 108
  428. Bend, Oregon 97701-4631.  
  429.  
  430. You may also purchase NeoBook from any one
  431. of our many dealers world wide. For a list
  432. of dealers see the DEALER.DOC file
  433. accompanying this program.
  434.  
  435. If you would like to give a copy of this
  436. program to a friend or associate please do
  437. so, but you may NOT give anyone your
  438. registration/serial number. We hope you
  439. enjoy the program and share it with your
  440. friends.
  441.  
  442.  
  443. -------------------------------------
  444.  
  445. Thank you for trying NeoBook and NeoSoft.
  446.